home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / IPP_0015.AS_ / ipp_0015.asp
Encoding:
Text File  |  1999-09-23  |  569 b   |  19 lines

  1. <%@ CODEPAGE=1252 %> 
  2. <%
  3. ' Replace the above line with your localized code page number
  4. '------------------------------------------------------------
  5. '
  6. '   Microsoft Internet Printing Project
  7. '
  8. '   Copyright (c) Microsoft Corporation 1998
  9. '
  10. '------------------------------------------------------------
  11.     Const VIEW_EQUALS_P = "&view=p"
  12.     Const ATPAGE        = "&page="
  13.     
  14.     Randomize
  15.   
  16.     Session("StartInstall") = 1
  17.     Response.Redirect ("ipp_0004.asp?eprinter=" & Request ("eprinter") & VIEW_EQUALS_P & ATPAGE & CStr(Int(Rnd*10000)) )
  18. %>
  19.